home *** CD-ROM | disk | FTP | other *** search
- package a;
-
- import java.io.IOException;
-
- // $FF: renamed from: a.y
- public class class_0 {
- // $FF: renamed from: a a.z
- protected z field_0;
- // $FF: renamed from: b int
- int field_1;
- // $FF: renamed from: c int
- int field_2;
- // $FF: renamed from: d int
- int field_3;
- // $FF: renamed from: e a.ba
- ba field_4;
-
- public class_0(z var1) {
- this.field_0 = var1;
- this.field_4 = new ba(1);
- }
-
- // $FF: renamed from: a () void
- public final void method_0() {
- ++this.field_3;
- }
-
- // $FF: renamed from: a (int) void
- private final void method_1(int var1) throws IOException {
- this.method_6();
-
- while(this.field_4.d < var1 + this.field_2) {
- this.field_4.a(this.field_0.a());
- }
-
- }
-
- // $FF: renamed from: b (int) int
- public final int method_2(int var1) throws IOException {
- this.method_1(var1);
- return this.field_4.a(this.field_2 + var1 - 1).f;
- }
-
- // $FF: renamed from: c (int) a.w
- public final w method_3(int var1) throws IOException {
- this.method_1(var1);
- return this.field_4.a(this.field_2 + var1 - 1);
- }
-
- // $FF: renamed from: b () int
- public final int method_4() {
- this.method_6();
- ++this.field_1;
- return this.field_2;
- }
-
- // $FF: renamed from: d (int) void
- public final void method_5(int var1) {
- this.method_6();
- this.field_2 = var1;
- --this.field_1;
- }
-
- // $FF: renamed from: c () void
- private final void method_6() {
- for(; this.field_3 > 0; --this.field_3) {
- if (this.field_1 > 0) {
- ++this.field_2;
- } else {
- this.field_4.b();
- }
- }
-
- }
- }
-